github.com/jackc/pgx/v5/pgtype.Numeric.toBigInt (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L232: 	bi, err := v.toBigInt()
		builtin_wrappers.go#L285: 	bi, err := v.toBigInt()
		numeric.go#L118: 	bi, err := n.toBigInt()
		numeric.go#L150: func (n *Numeric) toBigInt() (*big.Int, error) {
		numeric.go#L742: 	bigInt, err := n.toBigInt()